home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / Style_Template_English / css / general_en.css
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  2.0 KB  |  98 lines

  1.  
  2. HR    {color: #333399}                    
  3. .st{color:#CC0033; cursor:hand; font-style:oblique; text-decoration:line-through overline underline;}
  4. .stOver{color:#ffffff; font-weight:bold; cursor:hand;}
  5. .elementSelect{border:0.1cm groove blue }
  6. .elementDeselect{}
  7.  
  8.  
  9. .linkBar {        
  10.     font-color: red;
  11.     font-family: Verdana, Arial, Helvetica, sans-serif;
  12.     font-size: 14px;
  13.     text-decoration:none;
  14. }
  15. .linkBar:hover {    
  16.     font-color: black;
  17.     font-family: Verdana, Arial, Helvetica, sans-serif;
  18.     font-size: 14px;    
  19. }
  20.  
  21. body {
  22.   margin: 10px;
  23. }
  24. a:link {
  25.   color: #0000FF;
  26. }
  27. a:visited {
  28.   color: #0000FF;
  29. }
  30. a:hover {
  31.   color: #0000FF;
  32. }
  33. a:active {
  34.   color: #0000FF;
  35. }
  36. .label {
  37.   font-family: Verdana, Arial, Helvetica, sans-serif;
  38.   font-size: 10px;
  39.   font-weight: bold;
  40.   line-height: 20px;
  41.   padding-left: 5px;
  42.   color: #000000;
  43.   white-space: nowrap;
  44. }
  45. .labelLink {
  46.   font-family: Verdana, Arial, Helvetica, sans-serif;
  47.   font-size: 10px;
  48.   font-weight: bold;
  49.   line-height: 20px;
  50.   padding-left: 5px;
  51.   color: #0000FF;
  52.   white-space: nowrap;
  53.   text-decoration: underline;
  54. }
  55.  
  56. .dataList {  
  57.   font-family: Verdana, Arial, Helvetica, sans-serif;
  58.   font-size: 10px;
  59.   font-weight: bold;
  60.   vertical-align: text-top;
  61.   white-space: nowrap;        
  62. }
  63. .objSelected {
  64.   border: 2px solid #000000;
  65.   padding: 3px;
  66. }
  67. .objNormal {
  68.   padding: 5px;
  69. }
  70.  
  71. .title {
  72.   font-family: Verdana, Arial, Helvetica, sans-serif;
  73.   font-weight: bold;
  74.   color: #999999;
  75.   font-size: 17px;
  76.   background-image: url(labels/sv_title_div.gif);
  77.   background-repeat: repeat-x;
  78.   height: 31px;
  79.   vertical-align: top;
  80.   padding-top: 4px;
  81.   white-space: nowrap;    
  82. }
  83.  
  84. .invalidImage {
  85.   font-family: Verdana, Arial, Helvetica, sans-serif;
  86.   font-size: 10px;
  87.   font-weight: medium;
  88.   line-height: 20px;
  89.   padding-left: 5px;
  90.   color: red;
  91.   height: 100%;
  92.   width: 100%;
  93.   white-space: nowrap;
  94.   background: white;
  95.   border: 1px solid black;
  96.   text-align: center;
  97.   vertical-align: middle;
  98. }